'Declaration<DispIdAttribute(586)> Function SetSignatureText( _ ByVal Text As String, _ ByVal FontResName As String, _ ByVal FontSize As Single, _ ByVal Cyan As Byte, _ ByVal Magenta As Byte, _ ByVal Yellow As Byte, _ ByVal Black As Byte, _ ByVal AlignHorz As TextAlignment, _ ByVal AlignVert As TextAlignment, _ ByVal ShowText As Boolean _ ) As GdPictureStatus
[DispId(586)] GdPictureStatus SetSignatureText( string Text, string FontResName, float FontSize, byte Cyan, byte Magenta, byte Yellow, byte Black, TextAlignment AlignHorz, TextAlignment AlignVert, bool ShowText )
function SetSignatureText(
Text: String;
FontResName: String;
FontSize: Single;
Cyan: Byte;
Magenta: Byte;
Yellow: Byte;
Black: Byte;
AlignHorz: TextAlignment;
AlignVert: TextAlignment;
ShowText: Boolean
): GdPictureStatus;
DispIdAttribute(586) function SetSignatureText( Text : String, FontResName : String, FontSize : float, Cyan : byte, Magenta : byte, Yellow : byte, Black : byte, AlignHorz : TextAlignment, AlignVert : TextAlignment, ShowText : boolean ) : GdPictureStatus;
[DispId(586)] GdPictureStatus SetSignatureText( string* Text, string* FontResName, float FontSize, byte Cyan, byte Magenta, byte Yellow, byte Black, TextAlignment AlignHorz, TextAlignment AlignVert, bool ShowText )
[DispId(586)] GdPictureStatus SetSignatureText( String^ Text, String^ FontResName, float FontSize, byte Cyan, byte Magenta, byte Yellow, byte Black, TextAlignment AlignHorz, TextAlignment AlignVert, bool ShowText )
Parameters
- Text
- FontResName
- FontSize
- Cyan
- Magenta
- Yellow
- Black
- AlignHorz
- AlignVert
- ShowText
